home *** CD-ROM | disk | FTP | other *** search
- *** ./html2ps.1 Sat Aug 9 14:59:18 1997
- --- ../html2ps-1.0b1/./html2ps.1 Wed Oct 14 15:19:45 1998
- ***************
- *** 351,358 ****
-
- .SH FILES
- .TP
- $HOME/.html2psrc
- ! User configuration file, see html2psrc(5).
- .SH SEE ALSO
- html2psrc(5), perl(1), setlocale(3), strftime(3), weblint(1)
- .SH VERSION
- --- 351,364 ----
-
- .SH FILES
- .TP
- + /usr/freeware/lib/html2ps/html2psrc
- + Global configuration file. See html2psrc(5).
- + .TP
- $HOME/.html2psrc
- ! User configuration file. See html2psrc(5).
- ! .TP
- ! /usr/freeware/lib/html2ps/html2ps.html
- ! Documentation for html2ps.
- .SH SEE ALSO
- html2psrc(5), perl(1), setlocale(3), strftime(3), weblint(1)
- .SH VERSION
- *** ./html2ps Sat Aug 9 14:59:05 1997
- --- ../html2ps-1.0b1/./html2ps Wed Oct 14 15:20:11 1998
- ***************
- *** 26,32 ****
- # Set the name of the global configuration file. See the installation notes
- # and manual page for more details on configuration files.
-
- ! $globrc='/opt/tdb/lib/html2ps/html2psrc';
-
- $conf=<<'EOR';
- @html2ps {
- --- 26,32 ----
- # Set the name of the global configuration file. See the installation notes
- # and manual page for more details on configuration files.
-
- ! $globrc='/usr/freeware/lib/html2ps/html2psrc';
-
- $conf=<<'EOR';
- @html2ps {
- *** ./contrib/xhtml2ps/xhtml2ps Thu Jun 26 07:46:58 1997
- --- ../html2ps-1.0b1/./contrib/xhtml2ps/xhtml2ps Wed Oct 14 15:17:58 1998
- ***************
- *** 383,388 ****
- --- 383,389 ----
- flush $running
- while {[gets $running msg] >= 0} {
- regsub -all "_" $msg "" msg
- + regsub -all "." $msg "" msg
- append Output " $msg\n"
- }
- catch { close $running }
-